LassoScript Utility
Basics Browse Detail

[Date->Minute]

Tag Link [Date->Minute] Category Date
Type Member Source Available No
Support Preferred Version 6.0
Change Unchanged Data Source Any
Output Type Integer Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0

Description

[Date->Minute] returns integer minutes from 0 to 59 for a specified Lasso date/time cast using the [Date] tag.

Syntax

[(Date)->Minute]

Parameters

No Parameters Required.

Examples

To return the minute from a Lasso date:

The following example returns the minute from the Lasso date 8/29/2002 12:30:00.

[(Date: '8/29/2002 12:30:00')->Minute]

30